projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6245362
)
Add GDK_VERSION_3_8
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 23 Oct 2012 21:36:17 +0000
(17:36 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 23 Oct 2012 21:36:17 +0000
(17:36 -0400)
This macro is needed for the new AVAILABLE_IN and DEPRECATED_IN
macros.
gdk/gdkversionmacros.h.in
patch
|
blob
|
history
diff --git
a/gdk/gdkversionmacros.h.in
b/gdk/gdkversionmacros.h.in
index 8eae9cf1a819afde526a6643072af0ea5d572605..fa56f9fa324f819106b9377d555ea579f39b45e5 100644
(file)
--- a/
gdk/gdkversionmacros.h.in
+++ b/
gdk/gdkversionmacros.h.in
@@
-90,6
+90,16
@@
*/
#define GDK_VERSION_3_6 (G_ENCODE_VERSION (3, 6))
+/**
+ * GDK_VERSION_3_8:
+ *
+ * A macro that evaluates to the 3.8 version of GDK, in a format
+ * that can be used by the C pre-processor.
+ *
+ * Since: 3.8
+ */
+#define GDK_VERSION_3_8 (G_ENCODE_VERSION (3, 8))
+
/* evaluates to the current stable version; for development cycles,
* this means the next stable target